Fix the bad alternate link to sobol_data repository.
PiperOrigin-RevId: 287574477 Change-Id: Ie752488bc5eaac6fb215698e269ec5c401edee6f
This commit is contained in:
parent
aa38702d75
commit
7033638532
|
@ -6,7 +6,7 @@ def repo():
|
||||||
third_party_http_archive(
|
third_party_http_archive(
|
||||||
name = "sobol_data",
|
name = "sobol_data",
|
||||||
urls = [
|
urls = [
|
||||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/sobol_data/archive/835a7d7b1ee3bc83e575e302a985c66ec4b65249.tar.gz",
|
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/joe-kuo/sobol_data/archive/835a7d7b1ee3bc83e575e302a985c66ec4b65249.tar.gz",
|
||||||
"https://github.com/joe-kuo/sobol_data/archive/835a7d7b1ee3bc83e575e302a985c66ec4b65249.tar.gz",
|
"https://github.com/joe-kuo/sobol_data/archive/835a7d7b1ee3bc83e575e302a985c66ec4b65249.tar.gz",
|
||||||
],
|
],
|
||||||
sha256 = "583d7b975e506c076fc579d9139530596906b9195b203d42361417e9aad79b73",
|
sha256 = "583d7b975e506c076fc579d9139530596906b9195b203d42361417e9aad79b73",
|
||||||
|
|
Loading…
Reference in New Issue