Fix stage3 download on other architectures

This commit is contained in:
Mathieu Gouttenoire 2022-12-22 14:21:35 +01:00 committed by oddlama
parent dbb8b81c26
commit 2036d785f1
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ function download_stage3() {
cd "$TMP_DIR" \
|| die "Could not cd into '$TMP_DIR'"
local STAGE3_RELEASES="$GENTOO_MIRROR/releases/amd64/autobuilds/current-$STAGE3_BASENAME/"
local STAGE3_RELEASES="$GENTOO_MIRROR/releases/$GENTOO_ARCH/autobuilds/current-$STAGE3_BASENAME/"
# Download upstream list of files
CURRENT_STAGE3="$(download_stdout "$STAGE3_RELEASES")" \