Skip to content

Commit 6514422

Browse files
fix: change pub input curl URL in get_proof_test_files script (#2136)
Co-authored-by: Julian Arce <[email protected]>
1 parent b3cb3ec commit 6514422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cli/get_proof_test_files.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ fi
4040

4141
echo "Downloading SP1 public inputs file..."
4242

43-
if curl -sSf -L "$SP1_PUBLIC_INPUT_NAME" -o "$ALIGNED_TEST_FILES_DIR/$SP1_PUBLIC_INPUT_NAME"; then
43+
if curl -sSf -L "$SP1_PUBLIC_INPUT_URL" -o "$ALIGNED_TEST_FILES_DIR/$SP1_PUBLIC_INPUT_NAME"; then
4444
echo "SP1 public inputs downloaded successful"
4545
else
46-
echo "Error: Failed to downloaded $SP1_PUBLIC_INPUT_NAME"
46+
echo "Error: Failed to downloaded $SP1_PUBLIC_INPUT_URL"
4747
exit 1
4848
fi
4949

0 commit comments

Comments
 (0)