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

Update zlib version in prereq_install.sh #39

Closed
wants to merge 1 commit into from
Closed

Update zlib version in prereq_install.sh #39

wants to merge 1 commit into from

Conversation

Coziyu
Copy link

@Coziyu Coziyu commented Jan 23, 2024

The default zlib_ver=1.3 generates the following URL when loading zlib: http://zlib.net/zlib-1.3.tar.gz
However, it returns a 404 as of 22/1/24
Slight change to:
zlib_ver=1.3.1
http://zlib.net/zlib-1.3.1.tar.gz
fixes the issue

The default `zlib_ver=1.3` generates the following URL when loading zlib:
http://zlib.net/zlib-1.3.tar.gz 
However, it returns a 404 as of 22/1/24
Slight change to:
`zlib_ver=1.3.1`
http://zlib.net/zlib-1.3.1.tar.gz 
fixes the issue
graziano-giuliani added a commit that referenced this pull request Jan 23, 2024
@Coziyu Coziyu deleted the patch-1 branch January 23, 2024 15:00
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

Successfully merging this pull request may close these issues.

1 participant