diff options
-rw-r--r-- | ci/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_install.sh b/ci/before_install.sh index 318f372c..64453f7e 100644 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -26,7 +26,7 @@ function llvm_version_triple() { elif [ "$1" == "3.9" ]; then echo "3.9.0" elif [ "$1" == "4.0" ]; then - echo "4.0.1" + echo "4.0.0" elif [ "$1" == "5.0" ]; then echo "5.0.0" fi |