Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpc download link in makefile needs to be updated #44

Closed
salass00 opened this issue Jan 28, 2018 · 1 comment
Closed

mpc download link in makefile needs to be updated #44

salass00 opened this issue Jan 28, 2018 · 1 comment

Comments

@salass00
Copy link
Contributor

diff --git a/native-build/makefile b/native-build/makefile
index f6051e9..bb73e64 100644
--- a/native-build/makefile
+++ b/native-build/makefile
@@ -55,7 +55,7 @@ downloads-done:
 	wget "$(SDK_URL)" -O downloads/SDK_$(SDK_VERSION).lha
 	cd downloads && wget -N https://gmplib.org/download/gmp/$(GMP_ARCHIVE)
 	cd downloads && wget -N http://www.mpfr.org/$(MPFR_ARCHIVE)
-	cd downloads && wget -N http://www.multiprecision.org/mpc/download/$(MPC_ARCHIVE)
+	cd downloads && wget -N http://www.multiprecision.org/downloads/$(MPC_ARCHIVE)
 	touch $@
 
 #
sba1 added a commit that referenced this issue Jan 28, 2018
@sba1
Copy link
Owner

sba1 commented Feb 4, 2018

Should work now. Thanks.

@sba1 sba1 closed this as completed Feb 4, 2018
sba1 added a commit that referenced this issue Jan 8, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants