From cadc9dd7a348a2d65b614e7897cce3d0fb375e50 Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 12 Oct 2021 09:00:32 -0400 Subject: [PATCH] Fixed bucket name --- templates/xcode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xcode.json b/templates/xcode.json index 02812da..9ed36e5 100644 --- a/templates/xcode.json +++ b/templates/xcode.json @@ -50,7 +50,7 @@ "inline": [ "source ~/.zprofile", "brew install wget robotsandpencils/made/xcodes", - "wget --quiet https://storage.googleapis.com/cirrus-parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip", + "wget --quiet https://storage.googleapis.com/parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip", "xcodes install $XCODE_VERSION --path $PWD/Xcode_$XCODE_VERSION.xip", "sudo rm -rf ~/.Trash/*", "xcodes select $XCODE_VERSION",