Skip to content

Commit 3b79b5e

Browse files
Update run-goto-transcoder.sh
1 parent 230f64d commit 3b79b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run-goto-transcoder.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ ! -d "goto-transcoder" ]; then
2424
cd goto-transcoder
2525
wget $esbmc_url
2626
unzip esbmc-linux.zip
27-
chmod +x ./linux-release/bin/esbmc
27+
chmod +x ./bin/esbmc
2828
cd ..
2929
fi
3030

@@ -45,7 +45,7 @@ while IFS= read -r line; do
4545
fi
4646
echo "Running: goto-transcoder $contract $contract_folder/$line $contract.esbmc.goto"
4747
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
4949
done < "_contracts.txt"
5050

5151
rm "_contracts.txt"

0 commit comments

Comments
 (0)