Skip to content

Commit 7fb5bc5

Browse files
updated esbmc link
1 parent ec34ac8 commit 7fb5bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: wget https://github.com/diffblue/cbmc/releases/download/cbmc-6.3.1/ubuntu-22.04-cbmc-6.3.1-Linux.deb && sudo dpkg -i ubuntu-22.04-cbmc-6.3.1-Linux.deb && goto-cc --version
1818
- uses: actions/checkout@v4
1919
- name: Install ESBMC
20-
run: wget https://github.com/esbmc/esbmc/releases/download/nightly-fd2534e5f9ab8955ec3acf35783a4cbb06f69748/esbmc-linux.zip && unzip esbmc-linux.zip && chmod +x ./linux-release/bin/esbmc && ./linux-release/bin/esbmc --version
20+
run: wget https://github.com/esbmc/esbmc/releases/download/nightly-7867f5e5595b9e181cd36eb9155d1905f87ad241/esbmc-linux.zip && unzip esbmc-linux.zip && chmod +x ./linux-release/bin/esbmc && ./linux-release/bin/esbmc --version
2121
- name: Build
2222
run: cargo build --verbose
2323
- name: Test

0 commit comments

Comments
 (0)