Skip to content

Commit

Permalink
fix: reflected url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
softyanija committed Jan 8, 2025
1 parent 70c29f4 commit a3f3c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
state: directory
- name: Download and extract boost 1.74.0 source
ansible.builtin.unarchive:
src: https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.gz
src: https://archives.boost.io/release/1.74.0/source/boost_1_74_0.tar.gz
dest: "{{ boost_directory }}"
remote_src: yes
- name: Bootstrap Boost
Expand Down

0 comments on commit a3f3c48

Please sign in to comment.