We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d27805 commit 1a3fa52Copy full SHA for 1a3fa52
wasicontainer/install-wasi.sh
@@ -14,7 +14,7 @@ mkdir --parents ${WASI_SDK_ROOT}
14
# For 3.11, 3.12.
15
# There is no Arm support for WASI SDK < 23.
16
if [ "${TARGETARCH}" = "amd64" ]; then
17
- URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-16/wasi-sdk-21.0-linux.tar.gz
+ URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-21/wasi-sdk-21.0-linux.tar.gz
18
curl --location $URL | tar --directory ${WASI_SDK_ROOT} --extract --gunzip
19
fi
20
0 commit comments