Skip to content

Commit 3976aab

Browse files
jartgunan
authored andcommitted
Update zlib URL in r0.9 branch (tensorflow#6952)
See also: tensorflow#6950 and tensorflow#6865
1 parent 9454b90 commit 3976aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
187187

188188
native.new_http_archive(
189189
name = "zlib_archive",
190-
url = "http://zlib.net/zlib-1.2.8.tar.gz",
190+
url = "http://zlib.net/fossils/zlib-1.2.8.tar.gz",
191191
sha256 = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d",
192192
build_file = path_prefix + "zlib.BUILD",
193193
)

0 commit comments

Comments
 (0)