From 9749174ba6e0bf5ceb9f7cdbbeaee285717fa3e8 Mon Sep 17 00:00:00 2001 From: Paul Scheffler Date: Wed, 22 Nov 2023 17:58:25 +0100 Subject: [PATCH] sw/deps: Use HTTP reference for CVA6 SDK --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 788785c5..620a456a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,5 @@ ignore = dirty [submodule "sw/deps/cva6-sdk"] path = sw/deps/cva6-sdk - url = git@github.com:pulp-platform/cva6-sdk.git + url = https://github.com/pulp-platform/cva6-sdk.git + ignore = dirty