diff --git a/Makefile b/Makefile index ba8ba574..52542151 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ download-bootstrap: rm -rf build/ # Note: ./utils/downloader tries curl, ftp, and then wget. # GNU ftp will _not_ work: it does not accept a url as an argument. - ./utils/downloader.sh http://ooc-lang.org/downloads/0.9.6/latest-bootstrap.tar.bz2 | tar xjmf - 1>/dev/null + ./utils/downloader.sh http://downloads.ooc-lang.org/rock/0.9.6/latest-bootstrap.tar.bz2 | tar xjmf - 1>/dev/null if [ ! -e build ]; then cp -rfv rock-*/build ./; fi # Attempt to grab a rock bootstrap from Alpaca and recompile