Skip to content

Commit 0957e6e

Browse files
authored
fix: also downloads axiom_program_ids.json if exists (#224)
* refactor and fix * fix * uploads axiom_program_ids to s3 * also downloads axiom_program_ids.json if exists
1 parent d452602 commit 0957e6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

download-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function download_by_http() {
4040
echo -e "$INFO_PREFIX download via http"
4141
for f in {chunk,bundle,batch}/{app.{vmexe,elf},openvm.toml} \
4242
verifier/{openVmVk.json,verifier.bin} \
43-
bundle/{digest_1.hex,digest_2.hex}; do
43+
bundle/{digest_1.hex,digest_2.hex} \
44+
axiom_program_ids.json; do
4445
output_path="releases/$GUEST_VERSION/$f"
4546
mkdir -p "$(dirname "$output_path")"
4647
if ! wget --quiet --show-progress -O "$output_path" https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/$GUEST_VERSION/$f; then

0 commit comments

Comments
 (0)