File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 17
17
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
18
18
- uses : actions/checkout@v4
19
19
- 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
21
21
- name : Build
22
22
run : cargo build --verbose
23
23
- name : Test
You can’t perform that action at this time.
0 commit comments