diff --git a/bin/fetch_coreboot_crossgcc_archive.sh b/bin/fetch_coreboot_crossgcc_archive.sh index 58ba0c467..18d508096 100755 --- a/bin/fetch_coreboot_crossgcc_archive.sh +++ b/bin/fetch_coreboot_crossgcc_archive.sh @@ -112,6 +112,10 @@ case "$PKG_NAME" in if [ "$PKG_BASENAME" = acpica-unix2-20220331.tar.gz ]; then PKG_BASEURL="https://downloadmirror.intel.com/774879/" fi + + if [ "$PKG_BASENAME" = acpica-unix2-20210331.tar.gz ]; then + PKG_BASEURL="https://ftp.gnu.org/gnu/gnuboot/mirrors/acpica.org/" + fi ;; esac