From 5bf3c22ba8ddf4d67be0ae762af5fcb478ee33e0 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Fri, 29 Apr 2022 23:37:37 +0900 Subject: [PATCH] fix binutils-2.7 url --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index b54a79d..9e0bc84 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,7 +18,7 @@ $(GCC-2.7.2): | $(GCC_DIR) $(RM) gcc-2.7.2-linux.tar.gz $(STRIP-2.7): | $(GCC_DIR) - wget https://github.com/decompals/mips-binutils-2.7/releases/download/main/binutils-2.7.tar.gz + wget https://github.com/decompals/mips-binutils-2.7/releases/download/release/binutils-2.7.tar.gz tar xf binutils-2.7.tar.gz -C $(GCC_DIR) $(RM) binutils-2.7.tar.gz