Skip to content

Commit

Permalink
Merge branch 'main' into fabian
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaiser authored Oct 5, 2023
2 parents 5fe15c1 + 1c3f3eb commit c4d41d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prep.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=https://github.com/dafny-lang/dafny/releases/download/v4.2.0/dafny-4.2.0-x64-ubuntu-20.04.zip
VERSION=https://github.com/dafny-lang/dafny/releases/download/v4.3.0/dafny-4.3.0-x64-ubuntu-20.04.zip

wget $VERSION
unzip `basename $VERSION`

0 comments on commit c4d41d2

Please sign in to comment.