Hello thetripletlife,
You can manually change the URIs in your database. Please, access your MySQL and run these commands:
UPDATE wp_options SET option_value='http://example.com' WHERE option_name='siteurl';
UPDATE wp_options SET option_value='http://example.com' WHERE option_name='home';
UPDATE wp_options SET option_value='https://example.com' WHERE option_name='wordpress-https_ssl_host';
Hope to help.