We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90f64fa + 7965ba2 commit 380179bCopy full SHA for 380179b
integration/linux/compile_linux.sh
@@ -21,7 +21,7 @@ make -C src CXX='ccache /usr/bin/g++' cbmc.dir goto-cc.dir goto-diff.dir -j$(npr
21
[ -d one-line-scan ] || git clone https://github.com/awslabs/one-line-scan.git one-line-scan
22
23
# Get Linux v5.10, if we do not have it already
24
-[ -d linux_5_10 ] || git clone -b v5.10 --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux_5_10
+[ -d linux_5_10 ] || git clone -b v5.10 --depth=1 https://github.com/torvalds/linux/ linux_5_10
25
26
# Prepare compile a part of the kernel with CBMC via one-line-scan
27
ln -s goto-cc src/goto-cc/goto-ld
0 commit comments