In WordPress Admin Dashboard, you can change in General Settings. If you are unable to do this and you have access to the back end, you can add the following to your wp-config.php
define('WP_HOME','https://example.com'); define('WP_SITEURL','https://example.com');
For more information, click here.