We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b4ba3 commit 59ebd77Copy full SHA for 59ebd77
setup_carla.sh
@@ -3,10 +3,10 @@
3
# Download and install CARLA
4
mkdir carla
5
cd carla
6
-wget https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/CARLA_0.9.10.1.tar.gz
7
-wget https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/AdditionalMaps_0.9.10.1.tar.gz
+wget https://carla-releases.s3.us-east-005.backblazeb2.com/Linux/CARLA_0.9.10.1.tar.gz
+wget https://carla-releases.s3.us-east-005.backblazeb2.com/Linux/AdditionalMaps_0.9.10.1.tar.gz
8
tar -xf CARLA_0.9.10.1.tar.gz
9
tar -xf AdditionalMaps_0.9.10.1.tar.gz
10
rm CARLA_0.9.10.1.tar.gz
11
rm AdditionalMaps_0.9.10.1.tar.gz
12
-cd ..
+cd ..
0 commit comments