Skip to content

Commit 6d24892

Browse files
committed
Fix apalache install url
Signed-off-by: Andrew Helwer <[email protected]>
1 parent 2e97582 commit 6d24892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/linux-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ main() {
4141
mkdir -p "$DEPS_DIR/tools"
4242
wget -nv http://nightly.tlapl.us/dist/tla2tools.jar -P "$DEPS_DIR/tools"
4343
# 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
4545
tar -xzf /tmp/apalache.tgz --directory "$DEPS_DIR"
4646
# Get TLA⁺ community modules
4747
mkdir -p "$DEPS_DIR/community"

.github/scripts/windows-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ main() {
3838
mkdir -p "$DEPS_DIR/tools"
3939
curl http://nightly.tlapl.us/dist/tla2tools.jar --output "$DEPS_DIR/tools/tla2tools.jar"
4040
# 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
4242
7z x apalache.zip
4343
mv apalache "$DEPS_DIR/"
4444
rm apalache.zip

0 commit comments

Comments
 (0)