From 811608d4e4abc6a5c218c12679798e07488cb627 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 23 Jul 2021 16:02:00 +0200 Subject: [PATCH] Fix broken mirror link for AWS SDK --- third_party/aws/workspace.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/aws/workspace.bzl b/third_party/aws/workspace.bzl index 658aaaff00d..92977b71740 100644 --- a/third_party/aws/workspace.bzl +++ b/third_party/aws/workspace.bzl @@ -9,7 +9,7 @@ def repo(): third_party_http_archive( name = "aws", urls = [ - "https://mirror.bazel.build/github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz", + "https://mirror.tensorflow.orgg/github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz", "https://github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz", ], sha256 = "758174f9788fed6cc1e266bcecb20bf738bd5ef1c3d646131c9ed15c2d6c5720",