We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370e67c commit c00074aCopy full SHA for c00074a
1 file changed
toolchain/scripts/stage4/install_cereal.sh
@@ -51,9 +51,9 @@ case "$with_cereal" in
51
# - Branch names (master, main, develop) without v prefix
52
# - Version tags (e.g., 1.0.0) with v prefix
53
if [[ "${cereal_ver}" =~ ^(master|main|develop)$ ]]; then
54
- url="https://codeload.github.com/USCiLab/cereal/tar.gz/${cereal_ver}"
+ url="https://codeload.github.com/MCresearch/cereal/tar.gz/${cereal_ver}"
55
else
56
- url="https://codeload.github.com/USCiLab/cereal/tar.gz/v${cereal_ver}"
+ url="https://codeload.github.com/MCresearch/cereal/tar.gz/v${cereal_ver}"
57
fi
58
if verify_checksums "${install_lock_file}"; then
59
echo "$dirname is already installed, skipping it."
0 commit comments