From 6c4d2d3ea208bfd0d38d7c5071ea0b398e71c5c8 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Fri, 28 Oct 2016 14:45:55 +0200 Subject: coverity: fix download URL --- script/coverity.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script') diff --git a/script/coverity.sh b/script/coverity.sh index 7fe9eb4c7..229a9c370 100755 --- a/script/coverity.sh +++ b/script/coverity.sh @@ -12,12 +12,11 @@ then exit 0 fi -COV_VERSION=6.6.1 case $(uname -m) in i?86) BITS=32 ;; amd64|x86_64) BITS=64 ;; esac -SCAN_TOOL=https://scan.coverity.com/download/linux-${BITS} +SCAN_TOOL=https://scan.coverity.com/download/cxx/linux${BITS} TOOL_BASE=$(pwd)/_coverity-scan # Install coverity tools -- cgit v1.2.1