diff --git a/bootstrap.sh b/bootstrap.sh
index 6f245af27fac4bceead6198be78b06ed5ded855b..34047632b239006c0f61310d47b948ece32cf477 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -470,7 +470,7 @@ statusCheck() {
 boot()
 {
 	echo "Cloning github repo..."
-	git clone https://github.com/redox-os/redox.git --origin upstream --recursive
+	git clone https://gitlab.redox-os.org/redox-os/redox.git --origin upstream --recursive
 	rustInstall
 	if [[ "`cargo install --list`" != *"xargo"* ]]; then
 		cargo install xargo