diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh
index b325b3293a8c3fc7a8d986816962aaec8c475fda..5c7d863a491b11666a65d36e365c4d914b375b31 100644
--- a/recipes/gcc/recipe.sh
+++ b/recipes/gcc/recipe.sh
@@ -1,6 +1,7 @@
-GIT=https://gitlab.redox-os.org/redox-os/gcc.git
-GIT_UPSTREAM=https://gcc.gnu.org/git/gcc.git
-BRANCH=redox
+TAR=https://gitlab.redox-os.org/redox-os/gcc/-/archive/redox/gcc-redox.tar.gz
+#GIT=https://gitlab.redox-os.org/redox-os/gcc.git
+#GIT_UPSTREAM=https://gcc.gnu.org/git/gcc.git
+#BRANCH=redox
 BUILD_DEPENDS=(relibc)
 DEPENDS="gnu-binutils relibc"