Skip to content

Commit 1a3fa52

Browse files
authored
Fix the WASI SDK download URL for WASI SDK 21
Copy-and-paste mistake.
1 parent 6d27805 commit 1a3fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasicontainer/install-wasi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mkdir --parents ${WASI_SDK_ROOT}
1414
# For 3.11, 3.12.
1515
# There is no Arm support for WASI SDK < 23.
1616
if [ "${TARGETARCH}" = "amd64" ]; then
17-
URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-16/wasi-sdk-21.0-linux.tar.gz
17+
URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-21/wasi-sdk-21.0-linux.tar.gz
1818
curl --location $URL | tar --directory ${WASI_SDK_ROOT} --extract --gunzip
1919
fi
2020

0 commit comments

Comments
 (0)