File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ supported_regex=$2
10
10
unsupported_regex=neg
11
11
12
12
goto_transcoder_git=https://github.com/esbmc/goto-transcoder
13
- esbmc_url=https://github.com/esbmc/esbmc/releases/download/nightly-39b012f9f7f7dad188708a9eaf4bbbc5faa3b4f7 /esbmc-linux.zip
13
+ esbmc_url=https://github.com/esbmc/esbmc/releases/download/v7.10 /esbmc-linux.zip
14
14
15
15
# #########
16
16
# SCRIPT #
@@ -24,7 +24,7 @@ if [ ! -d "goto-transcoder" ]; then
24
24
cd goto-transcoder
25
25
wget $esbmc_url
26
26
unzip esbmc-linux.zip
27
- chmod +x ./linux-release/ bin/esbmc
27
+ chmod +x ./bin/esbmc
28
28
cd ..
29
29
fi
30
30
@@ -45,7 +45,7 @@ while IFS= read -r line; do
45
45
fi
46
46
echo " Running: goto-transcoder $contract $contract_folder /$line $contract .esbmc.goto"
47
47
cargo run cbmc2esbmc ../$contract_folder /$line $contract .esbmc.goto
48
- ./linux-release/ bin/esbmc --cprover --function $contract --binary resources/library.goto $contract .esbmc.goto
48
+ ./bin/esbmc --cprover --function $contract --binary resources/library.goto $contract .esbmc.goto
49
49
done < " _contracts.txt"
50
50
51
51
rm " _contracts.txt"
You can’t perform that action at this time.
0 commit comments