| Index: fetch-torture-tests.sh
|
| diff --git a/fetch-torture-tests.sh b/fetch-torture-tests.sh
|
| index 6418417ca4ac979395230271c45c17b6a78d3a76..45017543d67c67edcbe532b1a29d4e6dc497285d 100755
|
| --- a/fetch-torture-tests.sh
|
| +++ b/fetch-torture-tests.sh
|
| @@ -1,9 +1,9 @@
|
| #!/bin/bash
|
|
|
| -BUILDID=5430
|
| +BUILDID=5528
|
| BUILD_PATH=https://storage.googleapis.com/wasm-llvm/builds/git
|
|
|
| -wget -O - /wasm-torture-s-$BUILDID.tbz2 \
|
| +wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \
|
| | tar xj
|
|
|
| wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \
|
|
|