Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/environment/bootstrap-ubuntu-20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if [ -z "${DISABLE_MOLD:-""}" ] ; then
# first when trying to load the shared object, so we can dodge having to care about the "right" lib folder to put it in.
TEMP=$(mktemp -d)
MOLD_VERSION=1.2.1
MOLD_TARGET=mold-${MOLD_VERSION}-x86_64-linux
MOLD_TARGET=mold-${MOLD_VERSION}-$(uname -m)-linux
curl -fsSL "https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/${MOLD_TARGET}.tar.gz" \
--output "$TEMP/${MOLD_TARGET}.tar.gz"
tar \
Expand Down