Skip to content

Commit 829b282

Browse files
committed
Fix patchelf URL
1 parent 8898f0c commit 829b282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/builder/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959

6060
if [ ! -f "${BUILDER_DIR}/rsrc/patchelf-0.18.0-x86_64.tar.gz" ]; then
6161
curl --noproxy '*.intel.com' -L -o "${BUILDER_DIR}/rsrc/patchelf-0.18.0-x86_64.tar.gz" \
62-
"${CMAKE_URL}"
62+
"${PATCHELF_URL}"
6363
fi
6464

6565
unset SIMICS_BASE

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959

6060
if [ ! -f "${BUILDER_DIR}/rsrc/patchelf-0.18.0-x86_64.tar.gz" ]; then
6161
curl --noproxy '*.intel.com' -L -o "${BUILDER_DIR}/rsrc/patchelf-0.18.0-x86_64.tar.gz" \
62-
"${CMAKE_URL}"
62+
"${PATCHELF_URL}"
6363
fi
6464

6565
unset SIMICS_BASE

0 commit comments

Comments
 (0)