diff --git a/ci/azure/linux_script b/ci/azure/linux_script index 2a5d2ef1a88e465bbd072d0d01c2e990c3f4805f..9dff29458385022d9fa5cce5c64ca20d80067714 100755 --- a/ci/azure/linux_script +++ b/ci/azure/linux_script @@ -19,6 +19,11 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz tar xf $QEMUBASE.tar.xz PATH=$PWD/$QEMUBASE/bin:$PATH +WASMTIME="wasmtime-v0.15.0-x86_64-linux" +wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.15.0/$WASMTIME.tar.xz +tar xf $WASMTIME.tar.xz +PATH=$PWD/$WASMTIME:$PATH + # Make the `zig version` number consistent. # This will affect the cmake command below. git config core.abbrev 9