Skip to content

Commit ed631c3

Browse files
committed
CI: Update wasmtime
1 parent c0734e3 commit ed631c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/setup_wasmtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if test -z "$RUNNER_OS"; then
66
exit 1
77
fi
88

9-
url=https://github.com/bytecodealliance/wasmtime/releases/download/v31.0.0/wasmtime-v31.0.0-x86_64-linux.tar.xz
9+
url=https://github.com/bytecodealliance/wasmtime/releases/download/v42.0.1/wasmtime-v42.0.1-x86_64-linux.tar.xz
1010

1111
cd /tmp
1212
curl -L "$url" | tar Jx

0 commit comments

Comments
 (0)