We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8898f0c commit 829b282Copy full SHA for 829b282
.github/builder/build.sh
@@ -59,7 +59,7 @@ fi
59
60
if [ ! -f "${BUILDER_DIR}/rsrc/patchelf-0.18.0-x86_64.tar.gz" ]; then
61
curl --noproxy '*.intel.com' -L -o "${BUILDER_DIR}/rsrc/patchelf-0.18.0-x86_64.tar.gz" \
62
- "${CMAKE_URL}"
+ "${PATCHELF_URL}"
63
fi
64
65
unset SIMICS_BASE
scripts/build.sh
0 commit comments