Commit 6c4d2d3e by Patrick Steinhardt

coverity: fix download URL

parent e3298a33
...@@ -12,12 +12,11 @@ then ...@@ -12,12 +12,11 @@ then
exit 0 exit 0
fi fi
COV_VERSION=6.6.1
case $(uname -m) in case $(uname -m) in
i?86) BITS=32 ;; i?86) BITS=32 ;;
amd64|x86_64) BITS=64 ;; amd64|x86_64) BITS=64 ;;
esac 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 TOOL_BASE=$(pwd)/_coverity-scan
# Install coverity tools # Install coverity tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment