We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230f64d commit 3b79b5eCopy full SHA for 3b79b5e
scripts/run-goto-transcoder.sh
@@ -24,7 +24,7 @@ if [ ! -d "goto-transcoder" ]; then
24
cd goto-transcoder
25
wget $esbmc_url
26
unzip esbmc-linux.zip
27
- chmod +x ./linux-release/bin/esbmc
+ chmod +x ./bin/esbmc
28
cd ..
29
fi
30
@@ -45,7 +45,7 @@ while IFS= read -r line; do
45
46
echo "Running: goto-transcoder $contract $contract_folder/$line $contract.esbmc.goto"
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
+ ./bin/esbmc --cprover --function $contract --binary resources/library.goto $contract.esbmc.goto
49
done < "_contracts.txt"
50
51
rm "_contracts.txt"
0 commit comments