Signed-off-by: Lucas Stach <[email protected]>
---
rules/gdb.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/gdb.make b/rules/gdb.make
index c1337427b605..558bad163d1b 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -26,7 +26,7 @@ GDB_LICENSE := GPL-3.0-or-later
GDB_URL := \
$(call ptx/mirror, GNU, gdb/$(GDB).$(GDB_SUFFIX)) \
- ftp://sourceware.org/pub/gdb/snapshots/current/$(GDB).$(GDB_SUFFIX)
+ https://sourceware.org/pub/gdb/snapshots/current/$(GDB).$(GDB_SUFFIX)
# ----------------------------------------------------------------------------
# Prepare
--
2.39.2