Skip to content

Commit 96e3e6f

Browse files
jartdrpngx
authored andcommitted
Update zlib URL in r0.11 branch (tensorflow#6866)
Fixes tensorflow#6865
1 parent e39376b commit 96e3e6f

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
@@ -225,7 +225,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
225225

226226
native.new_http_archive(
227227
name = "zlib_archive",
228-
url = "http://zlib.net/zlib-1.2.8.tar.gz",
228+
url = "http://zlib.net/fossils/zlib-1.2.8.tar.gz",
229229
sha256 = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d",
230230
strip_prefix = "zlib-1.2.8",
231231
build_file = str(Label("//:zlib.BUILD")),

0 commit comments

Comments
 (0)