diff --git a/tools/Makefile b/tools/Makefile index 8b5487e..cf0d35e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -32,9 +32,9 @@ $(GCC_DIR): mkdir -p $@ $(IDO-5.3): | $(IDO_DIR) - wget https://github.com/decompals/ido-static-recomp/releases/latest/download/ido-5.3-recomp-ubuntu-20.04.tar.gz - tar xf ido-5.3-recomp-ubuntu-20.04.tar.gz -C $(IDO_DIR) - $(RM) ido-5.3-recomp-ubuntu-20.04.tar.gz + wget https://github.com/decompals/ido-static-recomp/releases/latest/download/ido-5.3-recomp-linux.tar.gz + tar xf ido-5.3-recomp-linux.tar.gz -C $(IDO_DIR) + $(RM) ido-5.3-recomp-linux.tar.gz $(IDO_DIR): mkdir -p $@