File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ main() {
41
41
mkdir -p " $DEPS_DIR /tools"
42
42
wget -nv http://nightly.tlapl.us/dist/tla2tools.jar -P " $DEPS_DIR /tools"
43
43
# Get Apalache
44
- wget -nv https://github.com/informalsystems/apalache/releases/download/v0.44.10 /apalache.tgz -O /tmp/apalache.tgz
44
+ wget -nv https://github.com/informalsystems/apalache/releases/latest/download /apalache.tgz -O /tmp/apalache.tgz
45
45
tar -xzf /tmp/apalache.tgz --directory " $DEPS_DIR "
46
46
# Get TLA⁺ community modules
47
47
mkdir -p " $DEPS_DIR /community"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ main() {
38
38
mkdir -p " $DEPS_DIR /tools"
39
39
curl http://nightly.tlapl.us/dist/tla2tools.jar --output " $DEPS_DIR /tools/tla2tools.jar"
40
40
# Get Apalache
41
- curl https://github.com/informalsystems/apalache/releases/download/v0.44.10 /apalache.zip --output apalache.zip
41
+ curl https://github.com/informalsystems/apalache/releases/latest/download /apalache.zip --output apalache.zip
42
42
7z x apalache.zip
43
43
mv apalache " $DEPS_DIR /"
44
44
rm apalache.zip
You can’t perform that action at this time.
0 commit comments