CryZe opened issue #6300:
The wasmtime install script
https://wasmtime.dev/install.sh
tries downloading the latest release, but somehow the artifacts are not named properly. So bothv8.0.1
andv7.0.1
usev8.0.0
andv7.0.0
in the artifacts names respectively instead.$ curl https://wasmtime.dev/install.sh -sSf Installing latest version of Wasmtime (v8.0.1) Checking for existing Wasmtime installation Fetching archive for Linux, version v8.0.1 https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.1/wasmtime-v8.0.1-x86_64-linux.tar.xz curl: (22) The requested URL returned error: 404 Error: Could not download Wasmtime version 'v8.0.1'. See https://github.com/bytecodealliance/wasmtime/releases for a list of available releases
CryZe edited issue #6300:
The wasmtime install script
https://wasmtime.dev/install.sh
tries downloading the latest release, but somehow the artifacts are not named properly. So bothv8.0.1
andv7.0.1
usev8.0.0
andv7.0.0
in the artifact names respectively instead.$ curl https://wasmtime.dev/install.sh -sSf Installing latest version of Wasmtime (v8.0.1) Checking for existing Wasmtime installation Fetching archive for Linux, version v8.0.1 https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.1/wasmtime-v8.0.1-x86_64-linux.tar.xz curl: (22) The requested URL returned error: 404 Error: Could not download Wasmtime version 'v8.0.1'. See https://github.com/bytecodealliance/wasmtime/releases for a list of available releases
CryZe edited issue #6300:
The wasmtime install script
https://wasmtime.dev/install.sh
tries downloading the latest release, but somehow the artifacts are not named properly. Bothv8.0.1
andv7.0.1
usev8.0.0
andv7.0.0
in the artifact names respectively instead.$ curl https://wasmtime.dev/install.sh -sSf Installing latest version of Wasmtime (v8.0.1) Checking for existing Wasmtime installation Fetching archive for Linux, version v8.0.1 https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.1/wasmtime-v8.0.1-x86_64-linux.tar.xz curl: (22) The requested URL returned error: 404 Error: Could not download Wasmtime version 'v8.0.1'. See https://github.com/bytecodealliance/wasmtime/releases for a list of available releases
alexcrichton commented on issue #6300:
Thanks for the heads up, I'm working on fixing this
alexcrichton commented on issue #6300:
Ok should be fixed now!
alexcrichton closed issue #6300:
The wasmtime install script
https://wasmtime.dev/install.sh
tries downloading the latest release, but somehow the artifacts are not named properly. Bothv8.0.1
andv7.0.1
usev8.0.0
andv7.0.0
in the artifact names respectively instead.$ curl https://wasmtime.dev/install.sh -sSf Installing latest version of Wasmtime (v8.0.1) Checking for existing Wasmtime installation Fetching archive for Linux, version v8.0.1 https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.1/wasmtime-v8.0.1-x86_64-linux.tar.xz curl: (22) The requested URL returned error: 404 Error: Could not download Wasmtime version 'v8.0.1'. See https://github.com/bytecodealliance/wasmtime/releases for a list of available releases
CryZe commented on issue #6300:
Thanks for the quick fix :)
Last updated: Nov 22 2024 at 16:03 UTC