File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ git submodule update --init
30
30
./scripts/setup/ubuntu/install_deps.sh
31
31
./scripts/setup/ubuntu/install_cbmc.sh
32
32
./scripts/setup/ubuntu/install_viewer.sh
33
- # If you haven't already:
33
+ # If you haven't already (or from https://rustup.rs/) :
34
34
./scripts/setup/install_rustup.sh
35
35
source $HOME/.cargo/env
36
36
```
@@ -47,7 +47,7 @@ git submodule update --init
47
47
./scripts/setup/macos/install_deps.sh
48
48
./scripts/setup/macos/install_cbmc.sh
49
49
./scripts/setup/macos/install_viewer.sh
50
- # If you haven't already:
50
+ # If you haven't already (or from https://rustup.rs/) :
51
51
./scripts/setup/install_rustup.sh
52
52
source $HOME/.cargo/env
53
53
```
Original file line number Diff line number Diff line change 5
5
set -eux
6
6
7
7
# Install Rust toolchain
8
- curl https://sh.rustup.rs -sSf | sh -s -- -y \
8
+ curl --proto ' = https' --tlsv1.2 -sSf https ://sh.rustup.rs | sh -s -- -y \
9
9
&& source ~ /.cargo/env
You can’t perform that action at this time.
0 commit comments