diff --git a/resources/scripts/download/seabios b/resources/scripts/download/seabios index 9eaa3fc..d80d0cc 100755 --- a/resources/scripts/download/seabios +++ b/resources/scripts/download/seabios @@ -34,7 +34,7 @@ rm -rf "seabios/" # ------------------------------------------------------------------------------ # download it using git -git clone https://git.seabios.org/seabios.git +git clone https://review.coreboot.org/seabios if [ ! -d "seabios" ]; then printf "seabios not downloaded; check network connection?\n\n"