Skip to content

Commit 61257d0

Browse files
committed
fix
1 parent a2f5505 commit 61257d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ phases:
3030
# Approach 2: "The Quick Way:"
3131

3232
# Download dafny
33-
- curl https://github.com/dafny-lang/dafny/releases/download/v$dafnyVersion/dafny-$dafnyVersion-x64-ubuntu-20.04.zip -L -o dafny.zip
33+
- curl https://github.com/dafny-lang/dafny/releases/download/v4.7.0/dafny-4.7.0-x64-ubuntu-20.04.zip -L -o dafny.zip
3434
- unzip -qq dafny.zip && rm dafny.zip
3535
- export PATH="$PWD/dafny:$PATH"
3636

0 commit comments

Comments
 (0)