diff --git a/arch/lib/Makefile b/arch/lib/Makefile index ba6724a3c7a4..0f9db31a5ae2 100644 --- a/arch/lib/Makefile +++ b/arch/lib/Makefile @@ -15,7 +15,7 @@ include $(srctree)/scripts/Kbuild.include # targets LIBOS_TOOLS=$(ARCH_DIR)/tools -LIBOS_GIT_REPO=git://github.com/libos-nuse/linux-libos-tools +LIBOS_GIT_REPO=https://github.com/libos-nuse/linux-libos-tools KERNEL_LIB=liblinux-$(KERNELVERSION).so ALL_OBJS=$(OBJS) $(KERNEL_LIB) $(modules) $(all-obj-for-clean)